Skip to content

feat(cert_manager): bump chart to 1.15#4079

Merged
Mohammed Naser (mnaser) merged 1 commit into
mainfrom
codex/bump-cert-manager-1-15
Jun 18, 2026
Merged

feat(cert_manager): bump chart to 1.15#4079
Mohammed Naser (mnaser) merged 1 commit into
mainfrom
codex/bump-cert-manager-1-15

Conversation

@mnaser

@mnaser Mohammed Naser (mnaser) commented Jun 18, 2026

Copy link
Copy Markdown
Member

Summary

  • bump _atmosphere_images.cert_manager_helm_chart to v1.15.5
  • update the deployed cert-manager controller, webhook, cainjector, and acmesolver images to v1.15.5
  • remove the old cert_manager_cli image from Atmosphere and add cert_manager_startupapicheck for the v1.15 chart path
  • pass cert_manager_image_startupapicheck directly into the cert-manager role
  • add an upgrade release note for the new default

The cert-manager-ctl image is removed because cert-manager-ctl:v1.15.5 does not exist and the v1.15 chart uses cert-manager-startupapicheck instead.

Testing

  • git diff --check
  • rg -n "cert_manager_cli" roles/defaults/vars/main.yml roles/cert_manager/tasks/main.yml returned no matches
  • nix develop --command env CGO_ENABLED=0 go test ./roles/defaults -run TestImageHasPrefix
  • nix develop --command crane digest ghcr.io/vexxhost/charts/cert-manager:v1.15.5
  • nix develop --command crane digest quay.io/jetstack/cert-manager-controller:v1.15.5
  • nix develop --command crane digest quay.io/jetstack/cert-manager-cainjector:v1.15.5
  • nix develop --command crane digest quay.io/jetstack/cert-manager-webhook:v1.15.5
  • nix develop --command crane digest quay.io/jetstack/cert-manager-acmesolver:v1.15.5
  • nix develop --command crane digest quay.io/jetstack/cert-manager-startupapicheck:v1.15.5
  • nix develop --command crane digest quay.io/jetstack/cert-manager-ctl:v1.15.5 returned 404, confirming the CLI image should not be bumped or kept for this path
  • nix develop --command env PRE_COMMIT_HOME=/tmp/pre-commit-atmosphere-cert-manager pre-commit run end-of-file-fixer --files roles/defaults/vars/main.yml roles/cert_manager/tasks/main.yml releasenotes/notes/bump-cert-manager-1-15-c84015c603c8b2f3.yaml
  • nix develop --command env PRE_COMMIT_HOME=/tmp/pre-commit-atmosphere-cert-manager pre-commit run trailing-whitespace --files roles/defaults/vars/main.yml roles/cert_manager/tasks/main.yml releasenotes/notes/bump-cert-manager-1-15-c84015c603c8b2f3.yaml
  • nix develop --command env PRE_COMMIT_HOME=/tmp/pre-commit-atmosphere-cert-manager pre-commit run mixed-line-ending --files roles/defaults/vars/main.yml roles/cert_manager/tasks/main.yml releasenotes/notes/bump-cert-manager-1-15-c84015c603c8b2f3.yaml

@mnaser Mohammed Naser (mnaser) force-pushed the codex/cert-manager-oci-chart branch from 13b0568 to da32a5c Compare June 18, 2026 03:08
@mnaser Mohammed Naser (mnaser) force-pushed the codex/bump-cert-manager-1-15 branch 2 times, most recently from dfd8e8a to fd0feda Compare June 18, 2026 03:14
Base automatically changed from codex/cert-manager-oci-chart to main June 18, 2026 12:21
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
@mnaser Mohammed Naser (mnaser) force-pushed the codex/bump-cert-manager-1-15 branch from fd0feda to 28f6b99 Compare June 18, 2026 12:23
@mnaser Mohammed Naser (mnaser) merged commit 4cce9a0 into main Jun 18, 2026
16 of 17 checks passed
@mnaser Mohammed Naser (mnaser) deleted the codex/bump-cert-manager-1-15 branch June 18, 2026 14:45
@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Backport failed for stable/2025.2, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin stable/2025.2
git worktree add -d .worktree/backport-4079-to-stable/2025.2 origin/stable/2025.2
cd .worktree/backport-4079-to-stable/2025.2
git switch --create backport-4079-to-stable/2025.2
git cherry-pick -x 4cce9a089330d6c5be2384b26de89f44c8508742

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants